records
NASA Hubble Space Telescope Pictures / Images du télescope spatial Hubble de la NASA
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"nasahubble",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/nasahubble"
}
] - "definitions":{
- "nasahubble":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/nasahubble_records"
}
}
} - "records":
} - "properties":
- "nasahubble_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "photo_id":,{
- "type":"number",
- "title":"Photo ID",
- "description":""
} - "photo_title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "photo_description":,{
- "type":"string",
- "title":"Description",
- "description":""
} - "photo_url_m":,{
- "type":"string",
- "title":"Photo URL",
- "description":""
} - "photo_date_taken":,{
- "type":"string",
- "format":"date",
- "title":"Photo date",
- "description":""
} - "photo_height":,{
- "type":"number",
- "title":"Photo height",
- "description":""
} - "photo_width":,{
- "type":"number",
- "title":"Photo width",
- "description":""
} - "photo_license":,{
- "type":"string",
- "title":"Photo Licence",
- "description":""
} - "album_id":,{
- "type":"number",
- "title":"Album ID",
- "description":""
} - "album_name_tags":,{
- "type":"string",
- "title":"Album name",
- "description":""
} - "url":,{
- "type":"string",
- "title":"Source URL",
- "description":""
} - "tags":{
- "type":"string",
- "title":"Tags",
- "description":""
}
} - "photo_id":
}
} - "fields":
} - "properties":
} - "nasahubble":
}